Micron Document
🎖️GitЯра🎖️

Commit cc4debdbfa43407c6b68f440a57f65f4378f3ac8


Parents : 5b0db4d
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-07-10T20:22:09-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-07-10T20:22:09-05:00

chore: Scheduled updates (Graphs, Baseline Profile) (#6212)

Changes

3 files changed, 3 insertions(+), 3 deletions(-)


Diff

diff --git a/core/ble/README.md b/core/ble/README.md
index 1a3d2a8a82..9c3891e219 100644
--- a/core/ble/README.md
+++ b/core/ble/README.md
@@ -65,10 +65,10 @@ The module includes unit tests for key components, utilizing Kable's architectur
```mermaid
graph TB
:core:ble[ble]:::kmp-library
- :core:ble -.-> :core:testing
:core:ble -.-> :core:common
:core:ble -.-> :core:di
:core:ble -.-> :core:model
+ :core:ble -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

diff --git a/core/service/README.md b/core/service/README.md
index fdc51d5968..d23b933166 100644
--- a/core/service/README.md
+++ b/core/service/README.md
@@ -27,7 +27,6 @@ The in-process `RadioController` composition root (Desktop, iOS, and single-proc
```mermaid
graph TB
:core:service[service]:::kmp-library
- :core:service -.-> :core:testing
:core:service --> :core:repository
:core:service -.-> :core:common
:core:service -.-> :core:data
@@ -39,6 +38,7 @@ graph TB
:core:service -.-> :core:ble
:core:service -.-> :core:prefs
:core:service -.-> :core:takserver
+ :core:service -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

diff --git a/feature/connections/README.md b/feature/connections/README.md
index 23a6e99fe3..f4546cf1ef 100644
--- a/feature/connections/README.md
+++ b/feature/connections/README.md
@@ -136,7 +136,6 @@ feature:connections
```mermaid
graph TB
:feature:connections[connections]:::kmp-feature
- :feature:connections -.-> :core:testing
:feature:connections -.-> :core:common
:feature:connections -.-> :core:data
:feature:connections -.-> :core:database
@@ -152,6 +151,7 @@ graph TB
:feature:connections -.-> :core:ble
:feature:connections -.-> :core:network
:feature:connections -.-> :feature:settings
+ :feature:connections -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

Served by rngit 1.5.2 - Generated in 0.11s